pluginName

@get:Input
@get:Optional
abstract val pluginName: Property<String>

The user-visible plugin display name (Title Case).

The provided value will be set as a value of the <name> element.

Default value: IntelliJPlatformExtension.PluginConfiguration.name

See also